home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Snippets / Interapplication Communication / FinderOpenSelection 1.0.1 / FinderOpenSel 1.0.1•Read Me < prev    next >
Encoding:
Text File  |  1992-07-15  |  522 b   |  22 lines  |  [TEXT/MPS ]

  1. FinderOpenSel 1.0.1
  2.  
  3. This small sample demonstrates how to use the Finder 'OpenSelection' AppleEvent.
  4.  
  5. This event lets you launch applications, open documents, and open Finder
  6. windows.
  7.  
  8. You can do this locally (same machine), or, if you know the pathname,
  9. you can launch or open folders on a remote machine.
  10.  
  11. Of course, you can only launch remotely if program linking is ON at the
  12. other machine, and you have access.
  13.  
  14. Enjoy
  15. C.K. Haun
  16. Apple DTS
  17.  
  18. v 1.0 October 1991
  19. Initial release
  20.  
  21. v 1.0.1 April 1992
  22. Added remote launching